WhyNeko Booru

Shimmie Markup Examples

This page contains formatting examples of what we've discovered thus far. (Someday I'll remember to look at github.)

Also see: https://whyneko.com/booru/ext_doc/bbcode

[b]strong text[/b]
Makes text bold.

[i]emphasized text[/i]
Makes text italicized.

[u]underlined text[/u]
Makes text underlined

[s]stricken text[/s]
Strikes-through text.

[[Index]]
Links to the wiki Index.

[[Index|alternate text]]
Links to the Index with different link-text.

>>123
Links to post number 123.

[spoiler]spoiler text[/spoiler]
Marks a section of text as spoilers.

[url=https://whyneko.com/booru]External Links[/url]
Inserts Full (external) urls! (https:// required)

"link text"//url.here
Alternative for linking. (BBcode in link text breaks link)

[quote]a quote[/quote]
Quotes Text.

[quote=User Name]another quote[/quote]
Quotes Text with username.
User Name said:
another quote


[*]A Bullet
Pewpew!

[li]Another Bullet[/li]
Alternative (identical to the ex. above)

[email]example@example.com[/email]
Inserts an e-mail link.

[code]if (2+2 == 5) die();
[/code]
Escapes format parsing (inserts a 'return').

{img}https://whyneko.com/favicon.ico{/img} Inserts an image.. :3 (use square brackets)
(DO NOT put image tags within codeblocks! Page will become inaccessible)
See: user image img!

BBcode that don't workz... ;_;
On a separate Unsupported BBcode page to avoid confusion.